home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / cool / cool.lha / ice / CCC / Imakefile < prev    next >
Makefile  |  1991-09-04  |  1KB  |  41 lines

  1. /*****************************************************************************
  2. //
  3. // Copyright (C) 1991 Texas Instruments Incorporated.
  4. //
  5. // Permission is granted to any individual or institution to use, copy, modify,
  6. // and distribute this software, provided that this complete copyright and
  7. // permission notice is maintained, intact, in all copies and supporting
  8. // documentation.
  9. //
  10. // Texas Instruments Incorporated provides this software "as is" without
  11. // express or implied warranty.
  12. //
  13.  *****************************************************************************
  14.  *
  15.  *    Filename: Imakefile
  16.  *    Module: ice/CCC
  17.  *    Purpose: Imakefile for ice/CCC module
  18.  *    Creation Date: 10/15/90
  19.  *
  20.  *****************************************************************************/
  21.  
  22.  
  23. LOCAL_C_DEFS = $(DFLAG)NO_PROTOTYPE $(DFLAG)cfront2 \
  24.            $(DFLAG)CC_cpp=$(QUOTE)cpp$(QUOTE)
  25.  
  26. ALLCPLUSDEFS = 
  27.  
  28. DOCS = CCC
  29.  
  30. HDRS =
  31.  
  32. SRCS = CCC.$(C)
  33.  
  34. OBJS = CCC.$(OBJ)
  35.  
  36. All(CCC)
  37. Docs()
  38. OptimizeCObject()
  39. CProgram(CCC)
  40. AllInstall()
  41.